h1, h2, h3, h4, h5, h6{
    font-family: "Cambria", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 600;
}

.myRows{
    border: 3px solid green;
}
.myCols{
    border: 3px solid red;
}
.myContainer{
    background-color: aqua;
    border: 3px solid blue
}
#topHeader{
    
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#topHeader a{

    color: orange;
    font-weight: 600;
    font-size: 0.89rem;
}
#topHeader h1{
    color: rgb(255, 140, 0);
    font-weight: 600;
    text-shadow: 0px 0px 2px black;
    padding-left: 10px;

    font-size: calc(1.25em + 1vw);
}
#nextHeader{
    color: rgb(255, 140, 0);
    font-weight: 600;
    text-shadow: 0px 0px 2px black;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#nextHeader h2{
    padding-left: 10px;
}

.topHeader{
    
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.topHeader a{

    color: orange;
    font-weight: 600;
    font-size: 0.89rem;
}
.topHeader h1{
    color: rgb(255, 140, 0);
    font-weight: 600;
    text-shadow: 0px 0px 2px black;
    padding-left: 10px;
}
.nextHeader{
    color: rgb(255, 140, 0);
    font-weight: 600;
    text-shadow: 0px 0px 2px black;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);

}
.nextHeader h2{
    padding-left: 10px;
    font-size: calc(1em + 1vw);
}

.descCol{
    color: rgb(255, 140, 0);
    font-weight: 600;
    text-shadow: 0px 0px 2px black;
    padding-top: 1%;
    padding-right: 20px;


}

.descCol h4{
        font-size: calc(0.75em + .5vw);
}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
    font-family: "Cambria", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: larger;
}
.dropdown a:hover {

    color: rgb(0, 2, 90) !important;
    background-color:rgba(0, 195, 255, 0.75);
    border: 1px solid orange;
}
.my-footer{
    background-color: rgba(0, 0, 0, 0.55);
    border-top: 1px solid rgba(0, 0, 0, 0.65);

    padding-bottom: 0;
    padding-top: 0;
}
.my-footer p{
    color: orange;
}
.my-footer a{
    color: orange;
    font-weight: 600;
}
.my-footer h3{
    color: orange;
}

.bg-grad{
    background: linear-gradient(to right, rgb(0, 0, 50), rgb(0, 0, 185));
    overflow-x: hidden;
}
.navbar-nav a.active {
    color: rgb(0, 0, 0) !important;
    font-weight: 700;
    text-shadow: 0px 0px 10px white;
      
}
.port-ico{
    padding-top: 20px;
    padding-bottom: 20px;


}
.port-ico img{
    width: 80%;
    height: auto;

}
.port-ico h2{
    font-size: calc(1em + 1vw);
}
.port-ico h4{
    font-size: calc(0.75em + .5vw);
}

.boxy
{
	list-style: none;
	
	text-align: center;
	line-height: 30px;
	margin: 0 25px;
	background:rgba(88, 255, 111, 0.2);
	border-radius: 10%;
	color: #07df00;
	transition: .5s;
}
.boxy:hover{
	background: rgb(0, 0, 0);
	box-shadow: 0 0 10px  rgba(255,225,255,1),
		0 0 20px  rgba(255,225,255,0.4),
		0 0 30px  rgba(255,225,255,0.4),
		0 0 0 75px  rgba(255,225,255,0.1),
		0 0 0 60px  rgba(255,225,255,0.1),
		0 0 0 45px  rgba(255,225,255,0.1),
		0 0 0 30px  rgba(255,225,255,0.1),
		0 0 0 15px  rgba(255,225,255,0.1);
}

/* #navigation-station{
    background: linear-gradient(to right, rgb(0, 0, 20), rgb(0, 0, 10) )!important;
    position: fixed !important;
}
.navbar{
    background: linear-gradient(to right, rgb(0, 0, 20), rgb(0, 0, 70) )!important;
    position: fixed !important;
} */

.navbar-nav a{
    color: orange;
       
}

.ytvideo{
    aspect-ratio: 16/9;
    width: 100%;
}
.linx{
    color: orange;
    text-align: center;
    
}

.index-container a{
    text-decoration: none;
}
.scalable-text-1 {
    font-size: calc(0.5em + 2vw);
}


.scalable-text-2 {
    font-size: calc(1em + 1vw);
}
.scalable-text-3 {
    font-size: calc(0.75em + .5vw);
}

html,body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}